summaryrefslogtreecommitdiffstats
path: root/GETTING-STARTED.md
diff options
context:
space:
mode:
Diffstat (limited to 'GETTING-STARTED.md')
-rw-r--r--GETTING-STARTED.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/GETTING-STARTED.md b/GETTING-STARTED.md
index 6bc4b4e5e..fc777aed0 100644
--- a/GETTING-STARTED.md
+++ b/GETTING-STARTED.md
@@ -34,7 +34,7 @@ You'll need the basic C++ build tools:
* gcc (or clang or another C compiler)
* g++ (or clang++ or another C++ compiler)
* make
-
+
You'll also need CMake to generate the makefile to build from.
**Windows:**
@@ -101,10 +101,10 @@ Where to Get Started
Issues that should be easy to get started with are tagged as [easy](https://github.com/cuberite/cuberite/issues?q=is%3Aopen+is%3Aissue+label%3Aeasy) in GitHub issues. Other good places to get started are:
- * Cleaning up some of the compiler warnings. (Check [Travis CI](http://travis-ci.org/cuberite/cuberite) for a list of them.) With clang, there are over 10000 lines of warnings to clean up.
+ * Cleaning up some of the compiler warnings. (Check [Travis CI](https://travis-ci.org/cuberite/cuberite) for a list of them.) With clang, there are over 10000 lines of warnings to clean up.
* Writing some plugins: They are written in lua, with excellent API documentation available via [APIDump](http://api-docs.cuberite.org). The [Core](https://github.com/cuberite/Core) plugin should also help quite a bit here.
Special Things
---------------------
* Make yourself familiar with the community. Visit the forums: http://forum.mc-server.org
- * Ask questions as much as you like, we're here to help :smiley:
+ * Ask questions as much as you like, we're here to help :smiley: